Click or drag to resize

EmailAddressCollection Properties

The EmailAddressCollection type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets the number of elements in the EmailAddressCollection.
Public propertyEmailAddresses
Gets array of email addresses.
Public propertyIsSynchronized
Gets a value indicating whether access to the EmailAddressCollection is synchronized (thread-safe).
Public propertyItem
Gets phone number associated with the specified position. In C#, this property is the indexer for the EmailAddressCollection class.
Public propertySyncRoot
Gets an object that can be used to synchronize access to the EmailAddressCollection.
Top
See Also